home *** CD-ROM | disk | FTP | other *** search
/ PC Open 101 / PC Open 101 CD 1.bin / CD1 / grafica / The Gimp / gimp-help-2-0.3-setup.exe / {app} / share / gimp / 2.0 / help / en / gimp-help-screen.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-07-20  |  3.8 KB  |  226 lines

  1. /* This file is part of gimp-help-2. It is copyrighted under the GNU
  2.    Free Documentation License Version 1.1 which you can get from
  3.    http://www.gnu.org */
  4.  
  5. @media screen {
  6.   /* globals */
  7.   body {
  8.     font-size: small;
  9.     font-family: Verdana, sans-serif;
  10.     margin: 0;
  11.     padding: 0;
  12.   }
  13.  
  14.   h1, h2 {
  15.     font-size: x-large;
  16.     font-family: Georgia, Times, serif;
  17.   }
  18.  
  19.   h3, h4, h5, p.title {
  20.     font-size: medium;
  21.     font-weight: bold;
  22.     width: 70%;
  23.     border-bottom: 1px solid black;
  24.     letter-spacing: 2px;
  25.     margin-top: 30px;
  26.   }
  27.   
  28.   h3, h4 {
  29.     text-decoration: underline;
  30.     border: 0;
  31.     letter-spacing: normal;
  32.   }
  33.   
  34.   .term { border-bottom: 1px dotted black; }
  35.  
  36.   title { margin: 0px; }
  37.  
  38.   p {
  39.     display: block;
  40.     margin: 5px 0;
  41.     margin-bottom: 0;
  42.     width: 70%;
  43.   }
  44.   
  45.   /* don't display anchor tags with only an id attribute */
  46.   p a[id] {
  47.     margin: 0;
  48.     padding: 0;
  49.     display: inline;
  50.     background-image: none;
  51.   }
  52.   
  53.   p a, p a:hover {
  54.     margin-left: 5px;
  55.     padding-left: 10px;
  56.     background-image: url("../images/link.png");
  57.     background-repeat: no-repeat;
  58.     background-position: center left;
  59.   }
  60.  
  61.   p .guiicon {
  62.     position: relative;
  63.     top: 12px;
  64.   }
  65.   
  66.   dd {
  67.     margin: 5px 40px;
  68.     margin-right: 0;
  69.   }
  70.  
  71.   hr {
  72.     border: 0px;
  73.     border-top: 1px solid black;
  74.     width: 70%;
  75.     margin-top: 20px;
  76.     padding-bottom: 10px;
  77.   }
  78.  
  79.   a {
  80.     color: blue;
  81.     text-decoration: none;
  82.   }
  83.  
  84.   a:hover {
  85.     text-decoration: underline;
  86.     color: black;
  87.   }
  88.  
  89.   div.navheader, 
  90.   div.navfooter {
  91.     background-color: #d6ba00;
  92.     color: black;
  93.   }
  94.  
  95.   div.navheader table th {
  96.     font-family: Georgia, Times, serif;
  97.     font-size: x-large;
  98.   }
  99.  
  100.   div.navheader table, 
  101.   div.navfooter table {
  102.     border: 1px solid black;
  103.     border-left: 0;
  104.     border-right: 0;
  105.   }
  106.  
  107.   div.navheader table td a,
  108.   div.navfooter table td a {
  109.     color: #fff5b0;
  110.     text-decoration: none;
  111.   }
  112.  
  113.   /* normal text in the footer */
  114.   div.navfooter table td {
  115.     color: black;
  116.   }
  117.     
  118.   /* links in header and footer */
  119.   div.navheader table td a:hover,
  120.   div.navfooter table td a:hover {
  121.     text-decoration: underline;
  122.     background-color: transparent;
  123.   }
  124.  
  125.   div.navheader table td a:visited,
  126.   div.navfooter table td a:visited {
  127.     color: #686868;
  128.   }
  129.  
  130.   div.navheader hr, div.navfooter hr{
  131.     display: none;
  132.   }
  133.  
  134.   div.book,
  135.   div.chapter,
  136.   div.sect1, 
  137.   div.sect2,
  138.   div.sect3,
  139.   div.appendix, 
  140.   div.section, 
  141.   div.glossary {
  142.     margin: 30px;
  143.   }
  144.  
  145.   /* table of contents */
  146.   div.toc {
  147.     border: 1px solid black;
  148.     padding: 0px 10px;
  149.     background-color: #fff9cd;
  150.     color: black;
  151.     margin-bottom: 1cm;
  152.     width: 80%;
  153.   }
  154.  
  155.   div.toc b { font-size: 140%; }
  156.  
  157.   div.toc a {
  158.     margin-left: 5px;
  159.     margin-bottom: 5px;
  160.   }
  161.  
  162.   /* toc definitions for different sections and chapters */
  163.  
  164.   div.book div.toc {
  165.     background-color: transparent;
  166.     border: 0;
  167.     padding: 0;
  168.     font-size: medium;
  169.   }
  170.  
  171.   div.book div.toc .chapter a {
  172.     display: block;
  173.     border-bottom: 1px dotted black;
  174.   }
  175.  
  176.  
  177.   .warning, .caution, .tip, .note {
  178.     width: 40em;
  179.     padding: 0 0 0 10px;
  180.     margin: 20px 0;
  181.   }
  182.   
  183.   .warning {
  184.     border: 1px solid darkred;
  185.     background-color: #ff9999;
  186.   }
  187.  
  188.   .caution {
  189.     border: 1px solid #827206;
  190.     background-color: #ffdd00;
  191.   }
  192.  
  193.   .tip {
  194.     border: 1px solid darkblue;
  195.     background-color: #c3d4de;
  196.   }
  197.   
  198.   .note {
  199.     border: 1px solid darkgreen;
  200.     background-color: #b0e1a9;
  201.   }
  202.  
  203.   div.sect1 .title { margin-left: -20px; }
  204.  
  205.   div.sect2 .title { margin-left: -10px; }
  206.  
  207.   
  208.   .guilabel, .guimenuitem {
  209.     background-color: #eeeee6;
  210.     padding: 2px 5px;
  211.   }
  212.  
  213.  
  214.   b.keycap, .keycap {
  215.     background-color: #eeeee6;
  216.     padding: 1px 5px;
  217.     border: 1px solid #999999;
  218.     margin: 0 2px;
  219.   }
  220.  
  221.   .acronym { text-transform: uppercase; }
  222.  
  223.   .accel { text-decoration: underline; }
  224.  
  225. }
  226.